Vcenter Authorization PrivilegeChecks IterationSpec
The Vcenter Authorization PrivilegeChecks IterationSpec schema contains properties used to break results into pages when listing privilege checks, see POST /vcenter/authorization/privilege-checks?action=list).
This schema was added in vSphere API 8.0.0.0.
{
"size": 0,
"marker": "string",
"end_marker": "string",
"timeout_ms": 0
}
Specifies the maximum number of results to return.
This property was added in vSphere API 8.0.0.0.
If missing or null
defaults to default page size, which is controlled by config.vpxd.privilegeChecks.pageSize advanced option.
An opaque token which determines where the returned page should begin.
This property was added in vSphere API 8.0.0.0.
If missing or null
or empty, privilege checks will be returned from the first record.
An opaque token which determines where the returned page should end.
This property was added in vSphere API 8.0.0.0.
If missing or null
or empty, privilege checks will be returned up to size, if set, or up to the default page size.
Indicates how long the request should wait in ms for a matching check if Vcenter Authorization PrivilegeChecks IterationSpec.marker is set, and there no matching checks to be added to the result.
This property was added in vSphere API 8.0.0.0.
If missing or null
or empty, the request will not wait for additional privilege checks and will return immediately.